Class symantec.itools.db.beans.qbe.UCode_CharStream
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.qbe.UCode_CharStream

Object
   |
   +----symantec.itools.db.beans.qbe.UCode_CharStream

public final class UCode_CharStream
extends Object
An implementation of interface CharStream, where the stream is assumed to contain only Unicode characters.


Variable Index

 o bufpos
 o staticFlag

Constructor Index

 o symantec.itools.db.beans.qbe.UCode_CharStream(Reader, int, int, int)
 o symantec.itools.db.beans.qbe.UCode_CharStream(Reader, int, int)
 o symantec.itools.db.beans.qbe.UCode_CharStream(InputStream, int, int, int)
 o symantec.itools.db.beans.qbe.UCode_CharStream(InputStream, int, int)

Method Index

 o BeginToken()
 o Done()
 o GetImage()
 o GetSuffix(int)
 o ReInit(Reader, int, int, int)
 o ReInit(Reader, int, int)
 o ReInit(InputStream, int, int, int)
 o ReInit(InputStream, int, int)
 o adjustBeginLineColumn(int, int)
Method to adjust line and column numbers for the start of a token.
 o backup(int)
 o getBeginColumn()
 o getBeginLine()
 o getColumn()
 o getEndColumn()
 o getEndLine()
 o getLine()
 o readChar()

Variables

 o bufpos
public int bufpos
 o staticFlag
public static final boolean staticFlag

Constructors

 o UCode_CharStream
public UCode_CharStream(Reader dstream,
                        int startline,
                        int startcolumn,
                        int buffersize)
 o UCode_CharStream
public UCode_CharStream(Reader dstream,
                        int startline,
                        int startcolumn)
 o UCode_CharStream
public UCode_CharStream(InputStream dstream,
                        int startline,
                        int startcolumn,
                        int buffersize)
 o UCode_CharStream
public UCode_CharStream(InputStream dstream,
                        int startline,
                        int startcolumn)

Methods

 o BeginToken
public char BeginToken() throws IOException
 o Done
public void Done()
 o GetImage
public final java.lang.String GetImage()
 o GetSuffix
public final char[] GetSuffix(int len)
 o ReInit
public void ReInit(Reader dstream,
                   int startline,
                   int startcolumn,
                   int buffersize)
 o ReInit
public void ReInit(Reader dstream,
                   int startline,
                   int startcolumn)
 o ReInit
public void ReInit(InputStream dstream,
                   int startline,
                   int startcolumn,
                   int buffersize)
 o ReInit
public void ReInit(InputStream dstream,
                   int startline,
                   int startcolumn)
 o adjustBeginLineColumn
public void adjustBeginLineColumn(int newLine,
                                  int newCol)
Method to adjust line and column numbers for the start of a token.

 o backup
public final void backup(int amount)
 o getBeginColumn
public final int getBeginColumn()
 o getBeginLine
public final int getBeginLine()
 o getColumn
public final int getColumn()
Note: getColumn() is deprecated.

See Also:
getEndColumn
 o getEndColumn
public final int getEndColumn()
 o getEndLine
public final int getEndLine()
 o getLine
public final int getLine()
Note: getLine() is deprecated.

See Also:
getEndLine
 o readChar
public final char readChar() throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index